home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / bbsutil / gapdemo2.zip / CCARD.ZIP / ORDER.ZIP / GAPINFO next >
Text File  |  1993-01-12  |  8KB  |  160 lines

  1. @CLS
  2.                             GAP COMMUNICATIONS STATISTICS
  3.                                           
  4.                        For The Current Production Version 6.0
  5.         
  6.         
  7.         MESSAGES
  8.         --------
  9.         
  10.             - Up to 1.3 billion messages per file.
  11.             - Up to 800 lines per message.
  12.             - Up to 72 characters per message line.
  13.             - Message numbers to 999,999.
  14.             - Interactive message editor.
  15.             - User changeable subject field when replying to messages.
  16.             - Messages can be moved from one "area" to another.
  17.             - Message headers can be "edited" after save.
  18.             - A single message can be found in less than 1/2 second.
  19.             - Messages show the date and time they were received.
  20.             - Import and export messages from / to text files.
  21.             - "Thread" reading does not interfere with "last message read".
  22.             - Full  (message text)  or partial (subject) text search with the
  23.               ability to "remember" up to 300 messages for later reading.
  24.             - 4 indexes  per message  file which  are contained in one single
  25.               index file. The messages are indexed on the following fields :
  26.         
  27.                    TO  -  FROM  -  SUBJECT  -  MESSAGE NUMBER
  28.         
  29.         
  30.         USERS
  31.         -----
  32.         
  33.             - Up to 2 billion users.
  34.             - Less than 1/2 second to find any user.
  35.             - Complete user  database which  holds, among other things, total
  36.               bytes  downloaded   and  uploaded,   total    number  of  files
  37.               downloaded and  uploaded, total  number of  messages  left  and
  38.               read, total  number of forums joined, total number of bulletins
  39.               read, and total number of doors opened.
  40.             - Users can update their complete statistics.
  41.             - Three indexes which allow viewing users by name, security level
  42.               and name, or handle.
  43.  
  44.         
  45.         GENERAL
  46.         -------
  47.         
  48.             - ISAM for messages and user files.
  49.             - Unlimited Forums.
  50.             - 999 File Directories per Forum.
  51.             - 999 Bulletins per Forum.
  52.             - 999 Questionnaires per Forum.
  53.             - Supports 24 separate events.
  54.             - Unlimited number of doors.
  55.             - Detailed caller logging including every possible system error.
  56.             - Separate Files system for more user friendly support.
  57.             - Complete file  archive manipulation  including Listing  archive
  58.               file contents,  reading text  files from within an archive, and
  59.               transferring a single file from within an archive.
  60.             - "Intelligent" questionnaires.
  61.             - Supports directory uploads for easier sysop maintenance.
  62.             - Full support for Doors authors.
  63.             - Allows any file to override the "more" prompt.
  64.             - Sysop can perform DOS commands from within the program.
  65.             - Sysop can  activate a  special  function  which  gives  him/her
  66.               complete control while a user is on line.
  67.             - Instant user notification of new mail at log on.
  68.             - Detailed sysop status line.
  69.             - The ability to force bulletins at log on.
  70.             - Internal  support  for  the  most  popular  transfer  protocols
  71.               including Ymodem batch and Zmodem.
  72.             - Supports 20 external transfer protocols.
  73.             - Sysop configurable upload time credits.
  74.             - Sysop  determines the maximum number of files that can be batch
  75.               downloaded at one time.
  76.             - Full support for the PCRelay Echo Mail system.
  77.  
  78.         
  79.         MISCELLANEOUS DETAILS
  80.         ---------------------
  81.         
  82.         GAP Messages  and User  Files use  the  B-Tree  ISAM  "keyed  access"
  83.         method.   This allows for quick retrieval of data records and in most
  84.         cases  a record can be found with one disk access.
  85.         
  86.         For Uploads and Downloads, GAP uses file buffers as large as 16k.  If
  87.         the sysop  has enough  memory to  spare, then the default file buffer
  88.         will be 16k bytes, decreasing in size until GAP can find free  memory
  89.         to work  with.   The minimum  size is  1k.   What this  means to  the
  90.         person downloading  or uploading  files, is that GAP makes fewer disk
  91.         reads/writes and  that the  file transfers  will be less dependent on
  92.         the hardware  or the  network traffic (if the BBS is multi-user).  It
  93.         also means the fastest file transfers of any BBS system.
  94.         
  95.         GAP utilizes  a POWERFUL  script processor  that allows it to "think"
  96.         the way a sysop thinks while GAP processes a questionnaire.
  97.         
  98.              The sysop  is NOT  limited to  a  simple  set  of  "display
  99.              prompt, get  answer" scenarios.     With a limited but very
  100.              powerful script    language,  the  sysop  can  set  up  his
  101.              questionnaires and  determine  what to do with the answers.
  102.              The sysop  is no  longer dependent  on an  external "event"
  103.              program to analyze his questionnaires.
  104.              
  105.              The  sysop   is  now   completely   in   control   of   his
  106.              questionnaires and  his   BBS.   Nothing  is  "hard  coded"
  107.              except for the actual script language.
  108.              
  109.              Yes/No  answers,   "anything"  answers,  required  answers,
  110.              multiple choice  answers are  among the  few features.  Two
  111.              special commands  allow for gathering fully formatted dates
  112.              and phone numbers.  GAP even allows the sysop to direct the
  113.              "flow" of  a questionnaire to another area depending on the
  114.              answer the user gave.
  115.              
  116.              Not only  can the sysop upgrade a user's level based on the
  117.              answers given,  but the  sysop can  also register  users in
  118.              specific forums!
  119.         
  120.         
  121.         GAP is a full multi-user system which allows "reading" a record while
  122.         it is  locked.   There is  a special  version which can be run on the
  123.         Alloy "Slave"  card which  eliminates  the  "jerkiness"  caused  from
  124.         protecting a part of the local screen (sysop status line).
  125.         
  126.              The sysop  is free  to change  any and all fields in a user
  127.              file while  the user  is on-line with another node.  All of
  128.              the sysop's changes will remain intact.  GAP works with the
  129.              user's file  record, not  with  some  "variables"  held  in
  130.              memory. With  MS-DOS and  UNIX, and  with GAP,  there is no
  131.              such thing as an "exclusive" record lock!!!
  132.         
  133.         
  134.         GAP allows  the sysop  to set  up forums that allow handles.  In this
  135.         respect, the  sysop can force valid user registration and still allow
  136.         people to "cut loose" while in a specific forum.
  137.         
  138.         When manipulating  archive files,  GAP does  not create any temporary
  139.         files on the sysop's hard drive.  All archive functions are performed
  140.         internally for faster access.
  141.         
  142.         The sysop,  from remote  or local,  has full  control over how he/she
  143.         views a text file or the callers files.
  144.         
  145.         Sysops which  support users with a variety of hardware configurations
  146.         can elect  to "close"  off the  main board  file system  and restrict
  147.         certain files  to specific  forums.   In this  manner the  sysop  can
  148.         accommodate IBM, APPLE, COMMODORE, TANDY and a host of other hardware
  149.         specific files
  150.         
  151.         GAP includes interactive configuration and user file editors.
  152.         
  153.         A Caller  Analyzer program  is included  with GAP  which creates  and
  154.         maintains a  data base  based upon  the information it reads from the
  155.         caller logs  and the  user file.  At the sysop's discretion, the main
  156.         board bulletins  can be  updated with